home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
MiniExamples
/
Rotato
/
wraps.psw
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-17
|
198 b
|
10 lines
defineps PSW_transformToFit (int Rot; int angle; float w; float h)
w h 0 0 4 Rot roll translate pop pop
angle rotate
endps
defineps PSW_flipit(float w; float h)
0 h translate
1 -1 scale
endps